From: Fabian Grünbichler Date: Wed, 8 Apr 2026 11:30:07 +0000 (+0200) Subject: remove sqlite-wasm-rs X-Git-Tag: archive/raspbian/1.95.0+dfsg1-2+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=b3a4f72cfb105866a8aabb497e8a57d2e5a34510;p=rustc.git remove sqlite-wasm-rs Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic prune Gbp-Pq: Name d-0024-remove-sqlite-wasm-rs.patch --- diff --git a/vendor/rusqlite-0.38.0/Cargo.toml b/vendor/rusqlite-0.38.0/Cargo.toml index 11088f68b8..c828cf9731 100644 --- a/vendor/rusqlite-0.38.0/Cargo.toml +++ b/vendor/rusqlite-0.38.0/Cargo.toml @@ -72,7 +72,6 @@ backup = [] blob = [] buildtime_bindgen = [ "libsqlite3-sys/buildtime_bindgen", - "sqlite-wasm-rs/bindgen", ] cache = ["hashlink"] collation = [] @@ -286,10 +285,6 @@ features = ["js"] optional = true default-features = false -[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.sqlite-wasm-rs] -version = "0.5.1" -default-features = false - [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.time] version = "0.3.36" features = ["wasm-bindgen"]